sandwich:
	@[ `whoami` != 'false' ] &&bin/make_sandwich.sh
clean:
	@[ `whoami` != 'false' ] &&echo "just give a good swipe with some kitchen paper"
